home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Concepts / card_2325.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  81 lines

  1. -- card: 2325 from stack: in
  2. -- bmap block id: 5070
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: Threshold
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   show card field "Message Center"
  10.   set hilite of background button "Scan. Concepts" to true
  11.   set hilite of background button "How It Works" to false
  12.   set hilite of background button "The System" to false
  13.   set hilite of background button "File Formats" to false
  14. end openCard
  15.  
  16. on closeCard
  17.   hide card field "Cover All"
  18.   hide card button "Self-Check"
  19.   show card field "Message Center"
  20.   set hilite of background button "Scan. Concepts" to true
  21.   set hilite of background button "How It Works" to false
  22.   set hilite of background button "The System" to false
  23.   set hilite of background button "File Formats" to false
  24. end closeCard
  25.  
  26.  
  27.  
  28. -- part 1 (field)
  29. -- low flags: 01
  30. -- high flags: 2004
  31. -- rect: left=13 top=179 right=270 bottom=495
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Message Center
  40.  
  41.  
  42. -- part 6 (button)
  43. -- low flags: 80
  44. -- high flags: A004
  45. -- rect: left=1 top=315 right=340 bottom=511
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Self-Check
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual iris close
  57.   hide card button "Self-Check"
  58.   hide card field "Cover All"
  59.   pop card
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 7 (field)
  65. -- low flags: 81
  66. -- high flags: 0001
  67. -- rect: left=5 top=272 right=310 bottom=510
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Cover All
  76.  
  77.  
  78. -- part contents for card part 1
  79. ----- text -----
  80. The threshold parameter determines which gray dots in the original will result in white dots in the bitmap, and which will be black.  For example, if you set the threshold level at 10, all dots with a density less than 10 are detected as white; dots with a density of 10 or greater are detected as black.
  81.